code_checker.change

Members

Functions

dependencyAnalyze
bool[AbsolutePath] dependencyAnalyze(Database db, AbsolutePath rootDir, FileStatCache fcache)
toAbsolutePath
Optional!AbsolutePath toAbsolutePath(Path file, AbsolutePath parentDir, AbsolutePath workDir, ParseFlags.Include[] includes, SystemIncludePath[] systemIncludes)

Convert to an absolute path by finding the first match among the compiler flags

Meta

License

MPL-2

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copied from dextool.

Algorithm for detecting what files need to be analyzed based on previous state.